home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-12 | 447 b | 16 lines | [TEXT/CWIE] |
- // NetCache Resolver, 1995 (C) Mizutori Tetsuya
- // - NCR_AppleEvent.h, October 10, 1995
- // This document is pretty printed in 10-point Geneva font.
-
- // prototypes
- /***** setup Apple Event handles *****/
- void SetupAppleEvent ( void );
-
- /***** Apple Event FileList *****/
- long AECountFileList ( void );
- void AEPutFile ( FSSpec *theFSSpec );
- Boolean AEGetFile ( FSSpec *theFSSpec, long index );
- void AEDisposFileList ( void );
-
- // end of definitions
-